home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / evolution / 2.26 / plugins / org-gnome-face.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  863 b   |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.   <e-plugin type="shlib" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-face.so" id="org.gnome.evolution.face" name="Face">
  4.  
  5.     <author name="Sankar P" email="psankar@novell.com"/>
  6.     <description>Attach Face header to outgoing messages. First time the user needs to configure a 48*48 png image. It is base64 encoded and stored in ~/.evolution/faces This will be used in messages that are sent further.</description>
  7.  
  8.     <hook class="org.gnome.evolution.ui:1.0">
  9.       <ui-manager id="org.gnome.evolution.composer">
  10.         <menubar name='main-menu'>
  11.           <menu action='insert-menu'>
  12.             <placeholder name="insert-menu-top">
  13.           <menuitem action="face"/>
  14.             </placeholder>
  15.           </menu>
  16.         </menubar>
  17.       </ui-manager>
  18.     </hook>
  19.   </e-plugin>
  20. </e-plugin-list>